connect google drive to colab

151

download from colab to google drive -

from google.colab import files
import pandas as pd
result.to_csv('example_file.csv')
!cp example_file.csv "/content/drive/My Drive/"

Comments

Submit
0 Comments